const runtime.tlsSlots

3 uses

	runtime (current package)
		runtime2.go#L517: 	tlsSlots = 6
		runtime2.go#L518: 	tlsSize  = tlsSlots * goarch.PtrSize
		runtime2.go#L539: 	tls             [tlsSlots]uintptr // thread-local storage (for x86 extern register)